Release 10.1A: OpenEdge Development:
Web Services


Running a procedure that passes a TABLE parameter

This example shows how you might invoke a method that passes a TABLE parameter, by calling the sample method, GetOrderDetails( ):

' Run the internal procedure GetOrderDetails in CustomerOrder.p.  
’ OUTPUT parameter is the OrderDetails TEMP-TABLE 
Dim WS_OrderDetails(-1) As OrderService.OrderDetailsRow 
WS_custOrder.GetOrderDetails(WS_OrderDetails) 

Note: The CustomerOrderIDValue is automatically inserted in the SOAP request header by the interface.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095